10. Box Model Sizing

Box Model Sizing

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Instructions: Finish the CSS to create this block element's box model.

.box-model {
  width: 175px;
  /* add CSS here */
}

box model

Resources